SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 57329: Using trimmed data in SAS® Factory Miner causes missing values in the score code

DetailsHotfixAboutRate It

In SAS Factory Miner, using the Trimmed option in the Interval default method for the Filter section of a model template might generate missing values. The missing values occur in the lower limits of the output score code when any model template is run.

Here is an example:

*------------------------------------------------------------*; * Node: Filter; *------------------------------------------------------------*; Length M_Filter 8; if (CLAGE eq . or (CLAGE>= . and CLAGE<=360.64005406)) and (CLNO eq . or (CLNO>= . and CLNO<= 33)) and (DEBTINC eq . or (DEBTINC>= . and DEBTINC<=40.105029842)) and (LOAN eq . or (LOAN>= . and LOAN<= 26100)) and (MORTDUE eq . or (MORTDUE>= . and MORTDUE<= 145000)) and (VALUE eq . or (VALUE>= . and VALUE<= 184360)) and (YOJ eq . or (YOJ>= . and YOJ<= 29)) *------------------------------------------------------------*;

There is no workaround.

Click the Hot Fix tab in this note to access the hot fix for this issue.



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Factory MinerMicrosoft® Windows® for x6414.114.29.4 TS1M39.4 TS1M4
Linux for x6414.114.29.4 TS1M39.4 TS1M4
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.